module Base
{
	item WristWatch_Right_DigitalBlack
	{
		DisplayName = Digital Watch,
		DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		Weight = 0.1,
		IconsForTexture = DigitalWatch_Black;DigitalWatch_Grey;DigitalWatch_Silver,
		AlarmSound = WatchAlarmLoop,
		BodyLocation = RightWrist,
		ClothingExtraSubmenu = RightWrist,
		ClothingItem = WristWatch_Right_DigitalBlack,
		ClothingItemExtra = WristWatch_Left_DigitalBlack,
		ClothingItemExtraOption = LeftWrist,
		Cosmetic = TRUE,
		MetalValue = 3,
		SoundRadius = 7,
		WorldStaticModel = DigitalWatchBlack,
		Tags = Digital;HasMetal;MoreWhenNoZombies,
	}

	item WristWatch_Left_DigitalBlack
	{
		DisplayName = Digital Watch,
		DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		Weight = 0.1,
		IconsForTexture = DigitalWatch_Black;DigitalWatch_Grey;DigitalWatch_Silver,
		AlarmSound = WatchAlarmLoop,
		BodyLocation = LeftWrist,
		ClothingExtraSubmenu = LeftWrist,
		ClothingItem = WristWatch_Left_DigitalBlack,
		ClothingItemExtra = WristWatch_Right_DigitalBlack,
		ClothingItemExtraOption = RightWrist,
		Cosmetic = TRUE,
		MetalValue = 3,
		SoundRadius = 7,
		WorldStaticModel = DigitalWatchBlack,
		Tags = Digital;HasMetal;MoreWhenNoZombies,
	}

	item WristWatch_Right_DigitalRed
	{
		DisplayName = Digital Watch,
		DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		Weight = 0.1,
		IconsForTexture = DigitalWatch_Red;DigitalWatch_Blue;DigitalWatch_Green,
		AlarmSound = WatchAlarmLoop,
		BodyLocation = RightWrist,
		ClothingExtraSubmenu = RightWrist,
		ClothingItem = WristWatch_Right_DigitalRed,
		ClothingItemExtra = WristWatch_Left_DigitalRed,
		ClothingItemExtraOption = LeftWrist,
		Cosmetic = TRUE,
		MetalValue = 3,
		SoundRadius = 7,
		WorldStaticModel = DigitalWatchRed,
		Tags = Digital;HasMetal;MoreWhenNoZombies,
	}

	item WristWatch_Left_DigitalRed
	{
		DisplayName = Digital Watch,
		DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		Weight = 0.1,
		IconsForTexture = DigitalWatch_Red;DigitalWatch_Blue;DigitalWatch_Green,
		AlarmSound = WatchAlarmLoop,
		BodyLocation = LeftWrist,
		ClothingExtraSubmenu = LeftWrist,
		ClothingItem = WristWatch_Left_DigitalRed,
		ClothingItemExtra = WristWatch_Right_DigitalRed,
		ClothingItemExtraOption = RightWrist,
		Cosmetic = TRUE,
		MetalValue = 3,
		SoundRadius = 7,
		WorldStaticModel = DigitalWatchRed,
		Tags = Digital;HasMetal;MoreWhenNoZombies,
	}

  item WristWatch_Right_Expensive
	{
	    DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		DisplayName = Wrist Watch - Luthex,
		ClothingItem = WristWatch_Right_Expensive,
		BodyLocation = RightWrist,
		IconsForTexture = Watch_Expensive;Watch_ExpensiveDarkBlue;Watch_ExpensiveBlackGold;Watch_ExpensiveGoldPurple;Watch_ExpensiveRedSilver;Watch_ExpensiveSilver;Watch_ExpensiveSilverGreen;Watch_ExpensiveSilverPurple,
		Weight = 0.2,
        ClothingItemExtra = WristWatch_Left_Expensive,
        ClothingItemExtraOption = LeftWrist,
        clothingExtraSubmenu = RightWrist,
		Cosmetic = TRUE,
		AlarmSound = WatchAlarmLoop,
		SoundRadius = 7,
		MetalValue = 3,
		Tags = IgnoreZombieDensity;HasMetal;IsMemento;Digital,
		WorldStaticModel = WatchExpensive,
	}

    item WristWatch_Left_Expensive
	{
	    DisplayCategory = Accessory,
		Type = AlarmClockClothing,
		DisplayName = Wrist Watch - Luthex,
		ClothingItem = WristWatch_Left_Expensive,
		BodyLocation = LeftWrist,
		IconsForTexture = Watch_Expensive;Watch_ExpensiveDarkBlue;Watch_ExpensiveBlackGold;Watch_ExpensiveGoldPurple;Watch_ExpensiveRedSilver;Watch_ExpensiveSilver;Watch_ExpensiveSilverGreen;Watch_ExpensiveSilverPurple,
		Weight = 0.2,
        ClothingItemExtra = WristWatch_Right_Expensive,
        ClothingItemExtraOption = RightWrist,
        clothingExtraSubmenu = LeftWrist,
		Cosmetic = TRUE,
		AlarmSound = WatchAlarmLoop,
		SoundRadius = 7,
		MetalValue = 3,
		Tags = IgnoreZombieDensity;HasMetal;IsMemento;Digital,
		WorldStaticModel = WatchExpensive,
	}


}